Parallel Programming
epub |eng | 0201-07-15 | Author:Mark Grover, Ted Malaska, Jonathan Seidman, Gwen Shapira

Tip Because these enterprise workflow automation systems are not Hadoop specific, detailed explanations of how to use each of them are beyond the scope of this book. We will focus ...
( Category: Software Development June 28,2020 )
mobi, epub, pdf |eng | 2020-05-25 | Author:Peter Yang [Yang, Peter]

Express your opinion and encourage disagreement. One way to listen is to state your opinion clearly and then going to great lengths to encourage disagreement. Data does not always equal ...
( Category: Parallel Programming May 25,2020 )
epub |eng | 2019-02-26 | Author:Primoz Gabrijelcic [Primoz Gabrijelcic]

( Category: Enterprise Applications March 12,2020 )
epub |eng | 2018-11-27 | Author:Dr. Brian Tuomanen; [Неизв.]

Now, we can check the values for a different thread by again going to the CUDA tab, choosing the appropriate thread, and switching back. Let's stay in the same block, ...
( Category: Parallel Programming February 28,2020 )
epub |eng | 2012-12-05 | Author:Kirk, David B., Hwu, Wen-mei W. & Wen-mei W. Hwu

Figure 10.14 A sequential loop that implements SpMV/COO. The loop is extremely simple. It iterates through all the data elements and performs the multiply and accumulate operations on the appropriate ...
( Category: Microprocessor Design February 28,2020 )
epub |eng | | Author:Chris McCord

Integration Tests We’ve begun by testing our contexts. Since our contexts deal with database-backed applications, those tests checked the way we created, deleted, fetched, and updated data from the database. ...
( Category: Software Development February 21,2020 )
epub |eng | 2019-10-01 | Author:Jose Valim & Bruce Tate & Chris McCord [Jose Valim]

( Category: Software Development February 20,2020 )
epub |eng | 2018-03-14 | Author:Caleb Hattingh

Streams (Standard Library) Before looking at third-party libraries, let’s begin with the standard library. The streams API is the high-level interface offered for async socket programming, and as the following ...
( Category: Parallel Programming February 11,2020 )
epub |eng | | Author:Chris McCord, Bruce Tate, José Valim

( Category: Internet, Groupware, & Telecommunications December 25,2019 )
epub |eng | 2018-07-12 | Author:Riccardo Terrell [Riccardo Terrell]

( Category: Software Development December 14,2019 )
epub, pdf |eng | | Author:Paul Butcher

​ send(:cache, {:get, self(), ref, url}) ​ ​receive​ ​do​ ​ {:ok, ^ref, page} -> page ​ ​end​ ​ ​end​ ​ ​def​ size ​do​ ​ ref = make_ref() ​ send(:cache, {:size, ...
( Category: Parallel Programming July 16,2015 )
mobi, epub, pdf |eng | 2012-05-09 | Author:Tom White

( Category: Java March 3,2015 )
epub, pdf |eng | 2012-09-25 | Author:Eric Sammer [Eric Sammer]

Example: 0700 See Example 6-5 for a sample hdfs-site.xml file configured for security. Example 6-5. Updating hdfs-site.xml to enable Hadoop security <?xml version="1.0"?> <configuration> <property> <name>dfs.block.access.token.enable</name> <value>true</value> </property> <!-- NameNode ...
( Category: Java March 3,2015 )
epub |eng | 2012-12-05 | Author:David B. Kirk & Wen-mei W. Hwu

Figure 10.14 A sequential loop that implements SpMV/COO. The loop is extremely simple. It iterates through all the data elements and performs the multiply and accumulate operations on the appropriate ...
( Category: Design & Architecture March 26,2014 )